projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4c88c
)
(default-korean-keyboard): Initialize it
author
Kenichi Handa
<handa@m17n.org>
Wed, 8 Sep 1999 01:22:00 +0000
(
01:22
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 8 Sep 1999 01:22:00 +0000
(
01:22
+0000)
according to the environment variable HANGUL_KEYBOARD_TYPE.
lisp/language/korea-util.el
patch
|
blob
|
history
diff --git
a/lisp/language/korea-util.el
b/lisp/language/korea-util.el
index d77a65aa9f1af3b6b3a751ca242a2bd4e398506d..4b4292d52ba07a2c8ddcc962a7a0da9668e4ba51 100644
(file)
--- a/
lisp/language/korea-util.el
+++ b/
lisp/language/korea-util.el
@@
-24,7
+24,10
@@
;;; Code:
;;;###autoload
-(defvar default-korean-keyboard ""
+(defvar default-korean-keyboard
+ (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") ""))
+ "3"
+ "")
"*The kind of Korean keyboard for Korean input method.
\"\" for 2, \"3\" for 3.")